home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / im010009.zip / READ0109.ME < prev   
Text File  |  1995-12-19  |  3KB  |  98 lines

  1. COURIER I-MODEM INTERNAL RELEASE NOTES FOR REVISION 1.0.9 
  2. (previous release was 1.0.6)
  3.  
  4.  
  5. INSTRUCTIONS FOR INSTALLING NEW CODE TO YOUR I-MODEM:
  6.  
  7. The program PCSDL is used to load the new firmware into your I-Modem.  From 
  8. DOS, use the command:
  9.  
  10. PCSDL -p2 -r38400 -vna1.0.9 -vsd1.0.9 -nnaim -nsdim
  11.  
  12. Replace -p2 with -p1 if your I-modem is configured as COM1:.
  13.  
  14. Replace 38400 with 9600, 19200, or 57600 if you wish to load the new firmware at a
  15. speed other than 38400.
  16.  
  17. For detailed instructions, please see Chapter 6 of I-modem Reference Guide.
  18.  
  19.  
  20.  
  21. AFTER INSTALLING THE NEW FIRMWARE
  22.  
  23. Use a terminal emulation program to send AT commands to the I-Modem.  Send 
  24. the following commands to configure the I-Modem for the new firmware:
  25.  
  26.  
  27. AT&F1S67=0&W   then <Enter>
  28. ATZ!           then <Enter>
  29.  
  30. This will restore the factory default template, set S67 to 0, and write these 
  31. changes to NVRAM.  The "ATZ!" will do a hard reset of the I-Modem (equivalent 
  32. of power-off reset).  You may want to make a screen print of your current 
  33. settings (ATI4) before flashing this code (this should not be necessary, but 
  34. is a good safeguard).
  35.  
  36.  
  37.  
  38. NEW FEATURES/ENHANCEMENTS
  39.  
  40. 1.      Internet Mode (Auto Async to Sync PPP)   *V2=5
  41.  
  42.         Async to Sync PPP allows you to connect to a synchronous (ISDN) 
  43.         host through your asynchronous dialer.  
  44.  
  45.         If the number you are dialing is not ISDN capable, it will 
  46.         automatically retry as analog.  The I-Modem will first try
  47.         a 64000 ISDN connection, then a 56000 ISDN connection, and
  48.         lastly an analog modem connection.
  49.  
  50.         The command AT*V2=5 configures the I-Modem for Internet Mode.
  51.         The Windows Configuration Manager (version 1.1.0 or later) may 
  52.         also be used to configure the I-Modem for Internet Mode.
  53.  
  54. 2.      V.120 performance improved.
  55.  
  56. 3.      In-band busy detection
  57.  
  58.         The I-Modem now detects in-band busy tones in addition to using
  59.         signaling information from the telephone network.  This feature
  60.         allows multiple call set ups to complete faster when the initial
  61.         calls are are met with a busy tone, but no signaling information.
  62.  
  63.         Also, calls which travel over older switching equipment or
  64.         incorrectly configured switching equipment may be met with a busy 
  65.         tone, but incorrect or no signaling information.  These calls 
  66.         will return a busy result now.
  67.  
  68. 4.      V.34+
  69.  
  70.         The modem emulation of the I-Modem now supports V.34+.  V.34+ is
  71.         an extension of V.34 which adds 31.2 kbps and 33.6 kbps to the
  72.         previous top speed of 28.8 kbps.
  73.  
  74.         There are additional commands and result codes to accomodate V.34+.  
  75.  
  76.         New Result Codes
  77.  
  78.         Verbal                     Numeric
  79.         ---------------------      -------
  80.         CONNECT 31200              151
  81.         CONNECT 31200/ARQ          152
  82.         CONNECT 31200/V34          153
  83.         CONNECT 31200/ARQ/V34      154
  84.         CONNECT 33600              155
  85.         CONNECT 33600/ARQ          156
  86.         CONNECT 33600/V34          157
  87.         CONNECT 33600/ARQ/V34      158
  88.  
  89.  
  90.         New Commands
  91.  
  92.         The &N command for fixing connection rates has been extended to 
  93.         support the two new speeds
  94.         
  95.         &N15 (31.2 Kbps) 
  96.         &N16 (33.6 Kbps).
  97.  
  98.